Telegram Group & Telegram Channel
Какой из следующих SQL запросов выведет имена сотрудников, имеющих зарплату выше средней зарплаты всех сотрудников из таблицы "employees"?
Anonymous Quiz
SELECT name FROM employees WHERE salary > AVG(salary);
SELECT name FROM employees WHERE salary > (SELECT AVG(salary) FROM employees);
SELECT name FROM employees GROUP BY salary HAVING salary > AVG(salary);
SELECT name FROM employees HAVING salary > AVG(salary);
638 answered



tg-me.com/sql_for_qa/67
Create:
Last Update:

BY SQL для тестировщика


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/sql_for_qa/67

View MORE
Open in Telegram


SQL для тестировщика Telegram | DID YOU KNOW?

Date: |

Why Telegram?

Telegram has no known backdoors and, even though it is come in for criticism for using proprietary encryption methods instead of open-source ones, those have yet to be compromised. While no messaging app can guarantee a 100% impermeable defense against determined attackers, Telegram is vulnerabilities are few and either theoretical or based on spoof files fooling users into actively enabling an attack.

SQL для тестировщика from nl


Telegram SQL для тестировщика
FROM USA